ArcPad Extension Preferences File Schema
SCRIPT Element
See Also  Send comments on this topic.
ArcPad Extension Preferences File Schema : SCRIPT Element

Glossary Item Box

Description

Used in customization files (ArcPad.apx, *.apa, *.apl) to define scripts or specify an associated script file.

Diagram

SCRIPT Element

Overview

SCRIPT
Used in customization files (ArcPad.apx, *.apa, *.apl) to define scripts or specify an associated script file.
language optional Restriction of xs:string
The script engine that interprets the expression.
src optional xs:string
Script code filename.

Attributes

NameTypeUseDefaultFixedDescription
languageRestriction of xs:stringoptionalVBScript The script engine that interprets the expression.
srcxs:stringoptional  Script code filename.

Examples

Source

<xs:element name="SCRIPT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used in customization files (ArcPad.apx, *.apa, *.apl) to define scripts or specify an associated script file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="VBScript" ref="language">
      <xs:annotation>
        <xs:documentation>The scripting language used to interpret code in the script file.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="src" type="xs:string">
      <xs:annotation>
        <xs:documentation>Script code filename.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.